home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK1.toast / Development Kits (Disc 1) / QuickTime / Programming Stuff / Documentation / develop articles / develop Issue 12 / Time Bases / TimeBaseSimple / DialControl / DialControl.make < prev    next >
Encoding:
Text File  |  1992-10-16  |  556 b   |  19 lines  |  [TEXT/MPS ]

  1. #   File:       DialControl.make
  2. #   Target:     DialControl
  3. #   Sources:    DialControl.c
  4.  
  5.  
  6. OBJECTS = DialControl.c.o
  7.  
  8. DialControl ƒƒ DialControl.make {OBJECTS}
  9.     Link -t rsrc -c RSED -rt CDEF=128 -m DIAL -sg DialControl ∂
  10.         {OBJECTS} ∂
  11.         "{Libraries}"Runtime.o ∂
  12.         "{Libraries}"Interface.o ∂
  13.         -o DialControl
  14. # I'm using the -b2 option to make sure that all my variable 
  15. # storage is PC relative and in this one segment, so I 
  16. # don't accidentally get any A5 type global variables
  17. DialControl.c.o ƒ DialControl.make DialControl.c
  18.      C -r -b2 DialControl.c
  19.